﻿<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>404</title>
<style type="text/css">
<!--
.main {
	text-decoration: none;height: 280px;width: 500px;margin-left: auto;margin-right: auto;background-color:#F8F8F8;margin-top: 160px;border: 1px solid #CCCCCC;border-radius: 6px;}
.Title{
	text-align: center;font-size: 26px;line-height: 30px;padding-top: 20px;height: 50px;border-bottom: 1px solid #CCCCCC;}
.MainTxt{ margin-left:30px;margin-right:30px;margin-top:40px;font-size:18px;line-height:35px;text-align:left; color:#999;}
-->
</style>

</head>

<body>
<div class="main">
    <div class="Title">访问过程中出现错误</div>
    <div class="MainTxt">错误代码：{$error}<br/>在不确定错误原因的情况下，请与网站管理员联系。<br>
    或返回<a href="/">首页</a>重新浏览</div>
    </div>

</body>

</html>

